name: pylint run_id: commands[0] env HOME: /home/jenkins env LANG: C.UTF-8 env OLM_TIMER1: 3000 env OLM_TIMER2: 2000 env PATH: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/pylint/bin:/opt/pyenv/bin:/tmp/venv-WfhV/bin:/opt/pyenv/shims:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin env PIP_DISABLE_PIP_VERSION_CHECK: 1 env PIP_USER: 0 env PYTHONHASHSEED: 2552296259 env PYTHONIOENCODING: utf-8 env SSH_AUTH_SOCK: ******************************** env TOX_ENV_DIR: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/pylint env TOX_ENV_NAME: pylint env TOX_WORK_DIR: /w/workspace/transportpce-tox-verify-transportpce-master/.tox env VIRTUAL_ENV: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/pylint env __TOX_ENVIRONMENT_VARIABLE_ORIGINAL_CI: true metadata pid: 3492 cwd: /w/workspace/transportpce-tox-verify-transportpce-master/tests allow: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/pylint/bin/*:find cmd: find transportpce_tests/ -name '*.py' -exec pylint --fail-under=10 --max-line-length=120 --disable=missing-docstring,import-error --disable=fixme --disable=duplicate-code '--module-rgx=([a-z0-9_]+$)|([0-9.]{1,30}$)' '--method-rgx=(([a-z_][a-zA-Z0-9_]{2,})|(_[a-z0-9_]*)|(__[a-zA-Z][a-zA-Z0-9_]+__))$' '--variable-rgx=[a-zA-Z_][a-zA-Z0-9_]{1,30}$' '{}' + exit_code: 1 ************* Module test06_compare_context_with_reference transportpce_tests/tapi/test06_compare_context_with_reference.py:15:0: C0302: Too many lines in module (1211/1000) (too-many-lines) transportpce_tests/tapi/test06_compare_context_with_reference.py:221:54: C0103: Variable name "f" doesn't conform to '[a-zA-Z_][a-zA-Z0-9_]{1,30}$' pattern (invalid-name) transportpce_tests/tapi/test06_compare_context_with_reference.py:256:18: C0103: Argument name "T" doesn't conform to snake_case naming style (invalid-name) transportpce_tests/tapi/test06_compare_context_with_reference.py:966:8: C0103: Variable name "T" doesn't conform to '[a-zA-Z_][a-zA-Z0-9_]{1,30}$' pattern (invalid-name) transportpce_tests/tapi/test06_compare_context_with_reference.py:980:8: C0103: Variable name "T" doesn't conform to '[a-zA-Z_][a-zA-Z0-9_]{1,30}$' pattern (invalid-name) transportpce_tests/tapi/test06_compare_context_with_reference.py:1000:8: C0103: Variable name "T" doesn't conform to '[a-zA-Z_][a-zA-Z0-9_]{1,30}$' pattern (invalid-name) transportpce_tests/tapi/test06_compare_context_with_reference.py:1025:8: C0103: Variable name "T" doesn't conform to '[a-zA-Z_][a-zA-Z0-9_]{1,30}$' pattern (invalid-name) transportpce_tests/tapi/test06_compare_context_with_reference.py:1042:8: C0103: Variable name "T" doesn't conform to '[a-zA-Z_][a-zA-Z0-9_]{1,30}$' pattern (invalid-name) transportpce_tests/tapi/test06_compare_context_with_reference.py:1066:8: C0103: Variable name "T" doesn't conform to '[a-zA-Z_][a-zA-Z0-9_]{1,30}$' pattern (invalid-name) transportpce_tests/tapi/test06_compare_context_with_reference.py:1067:8: C0103: Variable name "C" doesn't conform to '[a-zA-Z_][a-zA-Z0-9_]{1,30}$' pattern (invalid-name) transportpce_tests/tapi/test06_compare_context_with_reference.py:1090:8: C0103: Variable name "T" doesn't conform to '[a-zA-Z_][a-zA-Z0-9_]{1,30}$' pattern (invalid-name) transportpce_tests/tapi/test06_compare_context_with_reference.py:1111:8: C0103: Variable name "T" doesn't conform to '[a-zA-Z_][a-zA-Z0-9_]{1,30}$' pattern (invalid-name) transportpce_tests/tapi/test06_compare_context_with_reference.py:1145:8: C0103: Variable name "C" doesn't conform to '[a-zA-Z_][a-zA-Z0-9_]{1,30}$' pattern (invalid-name) transportpce_tests/tapi/test06_compare_context_with_reference.py:1162:8: C0103: Variable name "C" doesn't conform to '[a-zA-Z_][a-zA-Z0-9_]{1,30}$' pattern (invalid-name) transportpce_tests/tapi/test06_compare_context_with_reference.py:1183:8: C0103: Variable name "C" doesn't conform to '[a-zA-Z_][a-zA-Z0-9_]{1,30}$' pattern (invalid-name) transportpce_tests/tapi/test06_compare_context_with_reference.py:1200:8: C0103: Variable name "T" doesn't conform to '[a-zA-Z_][a-zA-Z0-9_]{1,30}$' pattern (invalid-name) ************* Module test05_topo_gen_210426 transportpce_tests/tapi/test05_topo_gen_210426.py:902:37: C0103: Variable name "f" doesn't conform to '[a-zA-Z_][a-zA-Z0-9_]{1,30}$' pattern (invalid-name) ----------------------------------- Your code has been rated at 9.99/10